home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Flash Web Browser 2.1 / FlashWebBrowserJ.EXE / fullscre.___ / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2002-06-30  |  262 b   |  15 lines

  1. on(press){
  2.    active = _level0.active;
  3.    if(!active)
  4.    {
  5.       fscommand("_smalltool");
  6.       _level0.active = active = true;
  7.    }
  8.    else
  9.    {
  10.       fscommand("_nostool");
  11.       _level0.active = active = false;
  12.       unloadMovieNum(111);
  13.    }
  14. }
  15.